restoreSaveState

Deprecated

Have your FragmentHostCallback implement androidx.savedstate.SavedStateRegistryOwner to automatically restore the saved state via the FragmentManager.

Restores the saved state for all Fragments.

Parameters

state

the saved state containing the Parcelable returned by saveAllState

See also